home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / agrep / checkfile.h < prev    next >
Text File  |  1994-08-01  |  174b  |  9 lines

  1. #define NOSUCHFILE -3
  2. #define OPENFAILED -2
  3. #define STATFAILED -1
  4. #define ISASCIIFILE 0
  5. #define ISDIRECTORY 1
  6. #define ISBLOCKFILE 2
  7. #define ISSOCKET 3
  8. #define ISBINARYFILE 4
  9.